Is there a way to achieve paging in Doors?

Hello,

I am developing XML file which consists of millions of records is there a way to segment that XML using paging in DOORS? 

Thanks.


Mayur Chaudhari - Sun Dec 03 01:17:15 EST 2017

Re: Is there a way to achieve paging in Doors?
Mike.Scharnow - Mon Dec 04 02:48:53 EST 2017

what do you mean by paging? The answer at https://stackoverflow.com/questions/3131309/how-to-paginate-an-xml-file states quite correctly IMO that "XML has no concept of pages, because it's not a UI technology. You certainly can. You'd have to [... ] iterate through the DOM in page-sized chunks.

So, instead of one big XML you might be able to create many small XML files. But if these are still valid for whatever the program needs that finally reads these XML file(s), depends upon your needs..

Concerning pages in PDF etc: Are you looking for something like XSL-FO (see https://www.ibm.com/developerworks/library/x-tippgbk/index.html)?